Release 10.1A: OpenEdge Data Management:
Database Administration
PROSERVE command
Starts the broker, which in turn spawns the server. The server process coordinates all access to the specified OpenEdge database.
Syntax
Parameters
db-nameSpecifies the specific database you want to start.
-servergroupserver-group-nameSpecifies the logical collection of server processes to start. The
server-group-nameyou specify must match the name of a server group in theconmgr.propertiesfile. You create server groups using the Progress Explorer Database Configuration Tools, which saves them in theconmgr.propertiesfile.parametersSpecifies the startup parameters for the broker/server. See Chapter 18, "Database Startup Parameters," for a list of broker/server startup parameters.
Note
- You can specify only one database name when using PROSERVE to start a broker or server group.
- Server groups manage network connections four separate ways:
- Typically, server groups share common attributes such as connection port, number of servers, and how connected clients are distributed among the severs.
- You create server groups using the Progress Explorer Database Configuration Tool, which saves them in the
conmgr.propertiesfile. Theserver-group-nameyou specify with the PROSERVE-servergroupparameter must match the name of a server group in theconmgr.propertiesfile. Do not edit theconmgr.propertiesfile directly. Instead, use Progress Explorer. For more information on the Progress Explorer, click the help icon within the Progress Explorer application.- The behavior of the
-servergroupparameter is similar to the behavior of the-pf(parameter file) parameter. In effect,-servergroupcauses a server to load the parameters associated with the server group, including the database name.It is possible to override the parameter values associated with a server group by adding additional parameters to the PROSERVE command. For example, if the database buffer pool is set to 10,000 within the configuration associated with a server group, you can specify a larger value by adding an additional parameter:
Conversely, if you specify a startup parameter before the
-servergroupparameter, the startup parameter can be overridden when the same parameter is set in the server group configuration file. For example, if you place the additional parameter before the-servergroupparameter, the database buffer pool remains 10,000:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |